home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / src / binutils.252 / gas / config / te-gener.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-08-24  |  653 b   |  28 lines

  1. /*
  2.  * This file is te-generic.h and is intended to be a template for
  3.  * target environment specific header files.
  4.  *
  5.  * It is my intent that this file will evolve into a file suitable for config,
  6.  * compile, and copying as an aid for testing and porting.  xoxorich.
  7.  */
  8.  
  9. #define TE_GENERIC 1
  10.  
  11. /* Added these, because if we don't know what we're targetting we may
  12.    need an assembler version of libgcc, and that will use local
  13.    labels.  */
  14. #define LOCAL_LABELS_DOLLAR
  15. #define LOCAL_LABELS_FB
  16.  
  17. /* these define interfaces */
  18. #include "obj-format.h"
  19.  
  20. /*
  21.  * Local Variables:
  22.  * comment-column: 0
  23.  * fill-column: 131
  24.  * End:
  25.  */
  26.  
  27. /* end of te-generic.h */
  28.